home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1092.lha / Programs / ErrorMsg / FD / errormsg_lib.fd
Text File  |  1994-12-22  |  1KB  |  38 lines

  1. *
  2. *   errormsg_lib.fd   © 1994 Frédéric Delacroix
  3. *
  4. ##base _ErrorMsgBase
  5. ##bias 30
  6. ##public
  7. *
  8. * --------------functions in V1 and higher-------------------
  9. GetErrorMsgA(Code,System,Subsystem,TagList)(d0/d1/d2,a0)
  10. *tagcall
  11. DisplayErrorMsgA(Code,System,Subsystem,TagList)(d0/d1/d2,a0)
  12. *tagcall
  13. DisplayMessageA(TextFmt,Args,TagList)(a0/a1/a2)
  14. *tagcall
  15. PutErrorMsg(Code,System,Subsystem,Header)(d0/d1/d2,a0)
  16. AlertErrorMsg(Code,System,Subsystem)(d0/d1/d2,a0)
  17. *
  18. ##private
  19. * --------------functions in V2 and higher-------------------
  20. * ---- ARexx query function. You must supply -60 as the  ----
  21. * ---- offset for ADDLIB(), and please ask for version 2 ----
  22. * -----------------------------------------------------------
  23. *
  24. ArexxQuery()()
  25. *
  26. ##public
  27. *
  28. * --------------functions in V4 and higher-------------------
  29. ermOpenLibraryA(LibName,Version,TagList)(A1,D0,A2)
  30. *tagcall
  31. ermOpenLibraryIDA(SystemID,Version,Storage,TagList)(D1,D0,A0,A2)
  32. *tagcall
  33. ermOpenDeviceA(SystemID,unitNumber,ioRequest,flags,TagList)(D2,D0,A1,D1,A2)
  34. *tagcall
  35. ermOpenResourceA(ResourceName,Storage,TagList)(A1,A0,A2)
  36. *tagcall
  37. ##end
  38.